home *** CD-ROM | disk | FTP | other *** search
/ AM/FM: Amiga Musicians' Freeware Magazine 17 / AM-FM 17.adf / s / startup-sequence < prev   
Text File  |  1993-12-29  |  605b  |  28 lines

  1. ; Startup-Sequence for AMFM, Issue 17
  2.  
  3. Type :Text/AMFM.ansi
  4.  
  5. Assign ENV: RAM:
  6. Assign T: RAM:
  7.  
  8. Eighty on
  9.  
  10. :c/MemCheck 600000
  11. if not warn
  12.     :c/Copy :c/Wait RAM:
  13.     :c/AMFMMenu :s/Music-menu
  14. else
  15.     echo "Sorry - not enough free memory for background music..."
  16. endif
  17.  
  18. Echo "  When the picture appears, you can get rid of it by pressing"
  19. Echo "  the mouse button."
  20. :c/Decrunch >nil: :Graphics/Montage.Advert.pp ram:
  21. :c/IFF >nil: ram:Montage.Advert
  22. :c/Delete >nil: ram:Montage.Advert
  23. ;:c/Echo "Sorry, no disk space for any front-picture this time..."
  24.  
  25. Zoomwindows quiet
  26. type :text/Copyright.txt
  27. AMFMmenu :s/menu
  28.